<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<!-- Skrypt pochodzi z ksiki "101 praktycznych skryptw"  -->
<!-- autor: Marcin Lis    e-mail: 101scripts@marcinlis.com  -->
<SCRIPT LANGUAGE= "JavaScript" type= "text/javascript">
<!-- Ukrycie przed przegldarkami nie obsugujcymi JavaScriptu
var speedTable = new Array();
var speed = 50;
var speedLevels = 5;
function ustaw(){
 for (i = 0; i < 10; i++){
         if (document.all){
                var posX = Math.ceil(Math.random() * (document.body.clientWidth - 50));
                document.all['el' + i].style.left = posX;
         }
         speedTable[i] = Math.ceil(Math.random() * speedLevels);
 }
}
function start(){
 for (i = 0; i < 10; i++){
         if (document.all){
                x = parseInt(document.all['el' + i].style.top);
                x += speedTable[i];
                if (x >= document.body.clientHeight - 45){
                        x = 1;
                        var posX = Math.ceil(Math.random() * (document.body.clientWidth - 50));
                        document.all['el' + i].style.left = posX;
                        speedTable[i] = Math.ceil(Math.random() * speedLevels);
                }
                document.all['el' + i].style.top = x;
         }
 }
 setTimeout("start()", speed);
}
// Koniec kodu JavaScript -->
</SCRIPT>
</HEAD>
<BODY onLoad="ustaw();start();">
<DIV     ID="el0"
 style = "visibility: visible;
 width=10px;
 heigth=10px;
 position: absolute;
 top: 1;
 left: 1;">
<IMG SRC='snow2.gif'>
</DIV>
<DIV     ID="el1"
 style = "visibility: visible;
 width=10px;
 heigth=10px;
 position: absolute;
 top: 1;
 left: 1;">
<IMG SRC='snow2.gif'>
</DIV>
<DIV     ID="el2"
 style = "visibility: visible;
 width=10px;
 heigth=10px;
 position: absolute;
 top: 1;
 left: 1;">
<IMG SRC='snow2.gif'>
</DIV>
<DIV     ID="el3"
 style = "visibility: visible;
 width=10px;
 heigth=10px;
 position: absolute;
 top: 1;
 left: 1;">
<IMG SRC='snow2.gif'>
</DIV>
<DIV     ID="el4"
 style = "visibility: visible;
 width=10px;
 heigth=10px;
 position: absolute;
 top: 1;
 left: 1;">
<IMG SRC='snow2.gif'>
</DIV>
<DIV     ID="el5"
 style = "visibility: visible;
 width=10px;
 heigth=10px;
 position: absolute;
 top: 1;
 left: 1;">
<IMG SRC='snow2.gif'>
</DIV>
<DIV     ID="el6"
 style = "visibility: visible;
 width=10px;
 heigth=10px;
 position: absolute;
 top: 1;
 left: 1;">
<IMG SRC='snow2.gif'>
</DIV>
<DIV     ID="el7"
 style = "visibility: visible;
 width=10px;
 heigth=10px;
 position: absolute;
 top: 1;
 left: 1;">
<IMG SRC='snow2.gif'>
</DIV>
<DIV     ID="el8"
 style = "visibility: visible;
 width=10px;
 heigth=10px;
 position: absolute;
 top: 1;
 left: 1;">
<IMG SRC='snow2.gif'>
</DIV>
<DIV     ID="el9"
 style = "visibility: visible;
 width=10px;
 heigth=10px;
 position: absolute;
 top: 1;
 left: 1;">
<IMG SRC='snow2.gif'>
</DIV>
<H1 align="center">Tre strony<H1>
</BODY>
</HTML>
